@charset "utf-8";
/* CSS Document */
a{
	color:#333;
	text-decoration:none;
}
.header{
	height:90px;
	position:relative;
	z-index:9999;
}
.logo{
	width:370px;
	height:41px;
	background:url(../images/logo.png) no-repeat;
	margin-top:22px;
}
.logo a{
	width:370px;
	height:41px;
	display:inline-block;
	text-indent:-9999em;
	font-size:0;
	line-height:0;
}
.nav ul li{
	float:left;
	display:inline;
	text-align:center;
	line-height:90px;
	margin-left:5px;
	font-family:"微软雅黑";
	font-size:14px;
}

#nav ul li{
	float:left;
	width:110px;
	height:30px;
	text-align:center;
	line-height:30px;
}
#nav ul li a{
	color:#666;
	width:110px;
	height:30px;
	float:left;
	font-size:14px;
}
/* MENU */
.nav ul li a.currclass{
	color:#0770ae;
}

#nav {
 float: left;
 margin-top:40px;
 margin-right:-2px;

}

#nav li a, #nav li {
	float: left;
}

#nav li {
	position: relative;
	z-index:9999;
}

#nav li a.currclass {
	background:url(../images/navSelect.png) no-repeat;
	color:#1796a3;
}
#nav li a:hover {
	color:#1796a3;
}
#nav li a {
	color:#666;
	width:83px;
	height:27px;
	line-height:27px;
	
	font-size:14px;
	text-align:center;
	overflow:hidden;
	vertical-align:middle;
}
#nav li ul li {
	background:#1796A3;
	border-bottom:1px dashed #00D1E5;
}
#nav li ul li a{	
	color:#fff;
	opacity:0.7;
	overflow:hidden;
}
#nav li ul li a span {
	white-space:nowrap; 
	display: inline-block;
	*display:inline;
	height:auto;
	width:auto;
}
#nav li ul li a:hover {
	color:#2CD3E5;
}


/* Submenu */

.hasChildren {
	position: absolute;
	width: 5px; 
	height: 5px;
	right : 0;
	bottom: 0;
}

#nav li ul {
	display: none;
	position: absolute;
	left: -14px;
	top: 100%;
	padding-top: 5px;
	background:url(../images/arrow.png) no-repeat top center;
	z-index: 10;
	width: 110px;
}
#nav li:hover > ul {
	display: block;
}

#nav li ul li, #nav li ul li a {	
	margin:0 2px 0 0;
}

#nav li ul li {
	_display: inline; /* for IE6 */
}

#nav li ul li a {
	display: block;
	width:110px;
}

/* SUBSUB Menu */

#nav li ul li ul {
 display: none;
  background:none;

}

#nav li ul li:hover ul {
 left: 100%;
 top: 0;
 padding-top:0;
 margin-left:1px;
}

/* flexslider */
.flexslider{z-index:90;position:relative;height:474px;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{height:474px;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
*html .flex-control-nav a{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src="images/dot.png") right 0 no-repeat;
	background:none; 
}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(../images/next.png) center center no-repeat;}

.productIndex{
	margin-top:20px;
	width:670px;
	float:right;
}
.productIndexTitle,.newsIndexTitle{
	height:30px;
	line-height:30px;
	background:url(../images/productIndexTitleBg.jpg);
}
.productIndexTitle h2 a,.newsIndexTitle h2 a{
	padding:0 20px;
	font-size:18px;
	background:#2d748b;
	font-family:"微软雅黑";
	color:#fff;
	float:left;
}
.newsIndex{
	margin-bottom:20px;
}
.newsIndexTitle{
	margin:20px auto 25px;
}
/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:25px auto 20px auto;
	width:670px;
	height:290px;
}
.ca-wrapper{
	width:670px;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:224px;
	height:100%;
}
.ca-more{
	position: absolute;
	top:0px;
	left:0px;
	padding:4px 15px;
	font-weight:bold;
	background: #D6D6D6;
	text-align:center;
	color: white;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	text-shadow:1px 1px 1px #696969;
}
.ca-icon .ca-more{
    display: inline-block;
    width: 100%;
    height: 100%;
    background:none;
    padding: 0;
}
.ca-close{
	position:absolute;
	top:10px;
	right:10px;
	background:#fff url(../images/cross.png) no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	opacity:0.7;
}
.ca-close:hover{
	opacity:1.0;
}
.ca-item-main{
	width:210px;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background:#fff;
	overflow:hidden;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	background:url(../images/productDec.jpg) repeat-x bottom;	
}
.ca-icon{
	width:210px;
	height:187px;
    overflow: hidden;
	position:relative;
    padding:0;
    text-align: center;
	display:table;
	vertical-align:bottom;
}
.ca-more-link{
	display:table-cell;
	vertical-align:bottom;
}
.ca-icon img{
    max-width: 210px;

}
.ca-item-2 .ca-icon{
	background-image:url(../images/product.jpg);
}
.ca-item-3 .ca-icon{
	background-image:url(../images/product.jpg);
}
.ca-item-4 .ca-icon{
	background-image:url(../images/product.jpg);
}
.ca-item-5 .ca-icon{
	background-image:url(../images/product.jpg);
}
.ca-item-6 .ca-icon{
	background-image:url(../images/product.jpg);
}
.ca-item-7 .ca-icon{
	background-image:url(../images/product.jpg);
}
.ca-item-8 .ca-icon{
	background-image:url(../images/product.jpg);
}
.ca-item h3{
	font-family: "微软雅黑";
	text-transform:uppercase;
	font-size:15px;
	text-shadow: 0px 1px 1px #e4ebe9;
	line-height:40px;
	padding-left:10px;
}
.ca-item h4{
	padding-left:10px;
}
.ca-content-wrapper{
	background:#b0ccc6;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:290px;
	top:0;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	width:439px;
	overflow:hidden;
}
.ca-content-text{
	font-size: 14px;
	font-family: "微软雅黑";
	margin:10px 20px;
	padding:10px 20px;
	line-height:24px;
}
.ca-content-text p{
	padding-bottom:5px;
}
.ca-content h6{
	margin:25px 20px 0px 35px;
	font-size:32px;
	padding-bottom:5px;
	color:#000;
	font-family: 'Coustard', sans-serif;
	color:#60817a;
	border-bottom:2px solid #99bcb4;
	text-shadow: 1px 1px 1px #99BCB4;
}
.ca-content ul{
	margin:20px 35px;
	height:30px;
}
.ca-content ul li{
	float:left;
	margin:0px 2px;
}
.ca-content ul li a{
	color:#fff;
	background:#000;
	padding:3px 6px;
	font-size:14px;
	font-family: "微软雅黑";
}
.ca-content ul li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}
.ca-nav span{
	width:30px;
	height:30px;
	background:transparent url(../images/arrows.jpg) no-repeat top left;
	position:absolute;
	text-indent:-9000px;
	cursor:pointer;
	z-index:100;
	right:32px;
	top:-55px;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:0px;
}
.ca-nav span:hover{
	opacity:1.0;
}
.footer{
	background:#f2f2f2;
	height:80px;
}
.copyright{
	background:url(../images/logoGray.png) left center no-repeat;
	padding-left:160px;
	color:#666;
	height:80px;
	line-height:90px;
}
.footerNav ul li{
	float:left;
	height:80px;
	line-height:90px;
}


.subBanner{
	height:210px;
}
.navigation{
	height:39px;
	border-bottom:1px solid #e6e6e6;
}
.subNav{
    position: absolute;
}
.subNav li.indexHouse{
	width:39px;
	background:url(../images/ico_home.gif) center center no-repeat;
	text-indent:-9999px;
	font-size:0;
	padding:0;
	line-height:39px;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
}
.subNav li{
	float:left;
}
.subNav li dl{
	position:relative;
	z-index:9999;
}
.subNav li dt{
	padding: 12px 20px 10px 20px;
	border-right:1px solid #e6e6e6;
}
.subNav li dt a{
	padding-right:35px;
	background:url(../images/bul_location_arr_off.gif) no-repeat right;
	cursor:pointer;
}
.subNav li dd{
	padding-left:20px;
	height:39px;
	line-height:39px;
	border-bottom:1px solid #e6e6e6;
	position:relative;
	z-index:9999;
	background:#fff;
	display:none;
	border-right:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
	margin-left:-1px;
}
.subNav li dd a:hover{
	color:#298592;
}
.currentCategory{
	height:40px;
	line-height:40px;
}
.currentCategory h2{
	color:#298592;
	font-family:"微软雅黑";
	display:inline-block;
}
.slideBox{ position:relative; overflow:hidden;}
.slideBox ul.items{ position:absolute; float:left; background:none; list-style:none; padding:0px; margin:0px;}
.slideBox ul.items li{text-align:center; display:table; overflow:hidden; float:left; background:none; list-style:none; padding:0px; margin:0px;}
.slideBox ul.items li a{ display: table-cell; text-align: center; vertical-align: middle; line-height:normal !important; padding:0px !important; border:none/*For IE.ADD.JENA.201206300844*/;}
.slideBox ul.items li a img{ width:expression((this.width>230)?"230px":"auto");height:expression((this.height>230)?"230px":"auto");max-width: 230px; margin:0px !important; padding:0px !important; border:none/*For IE.ADD.JENA.201206300844*/;}
.slideBox .tips{ position:absolute; bottom:0px; width:100%; height:30px; background-color:#000; overflow:hidden;}
.slideBox .tips .title{ position:absolute; left:0px; top:0px; height:100%;}
.slideBox .tips .title a{ color:#FFF; font-size:12px; line-height:30px; margin-left:10px; text-decoration:none;}
.slideBox .tips .title a:hover{ text-decoration:underline !important;}
.slideBox .tips .nums{ position:absolute; right:0px; top:0px; height:100%;}
.slideBox .tips .nums a{ display:inline-block; >float:left/*For IE.ADD.JENA.201206300844*/; width:10px; height:10px; background-color:#FFF; text-indent:-99999px; margin:15px 10px 0px 0px;}
.slideBox .tips .nums a.active{ background-color:#093;}

.pageMain{
	width:690px;
	margin-bottom:10px;
	min-height:200px;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.13);
	background:#fff;
	padding:15px;
}
.subBg{
	background:url(../images/palmleafs.png) top center;
}
.box{
	background:#fff;
	border:1px solid #e6e6e6;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.13)
}
.listpage {
    clear: both;
    font-size: 12px;
    height: 50px;
    line-height: 30px;
	padding-top: 10px;
	text-align:center;
}
.listpage a {
    background-color: #FFFFFF;
    border-color: #C6DDF1;
    border-style: solid;
    border-width: 1px;
    color: #666666;
    display: block;
    float: left;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin: 5px 2px;
    padding-left: 10px;
    padding-right: 10px;
}
.listpage span {
    background-color: #FBF779;
    border-color: #C6DDF1;
    border-style: solid;
    border-width: 1px;
    color: #FF7400;
    display: block;
    float: left;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin: 5px 2px;
    padding-left: 10px;
    padding-right: 10px;
}
.cpage { text-align:center}
.cpage a {
	background-color: #FFFFFF;
    border-color: #7EB864;
    border-style: solid;
    border-width: 1px;
    color: #666666;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin: 5px 2px;
    padding:5px 10px;
}
.newsList ul li dt{
	font-size:16px;
	font-weight:bold;
	font-family:"微软雅黑";
	line-height:40px;
	height:40px;
}
.newsList ul li dt a:hover{
	color:#298592;
}
.newsList ul li dd{
	line-height:30px;
	color:#666;
	margin-top:30px;
}
.newsList ul li,.productList ul li{
	border-bottom:1px solid #E6E6E6;
	padding:15px 0;
}
.productList{
	margin-top:-15px;
}
.productList a:hover{
	color:#298592;
}
.content h3{
	text-align:center;
	font-size:16px;
	font-family:"微软雅黑";
	font-weight:bold;
	line-height:35px;
	color:#298592;
}
.content p{
	border-bottom:1px solid #E6E6E6;
	line-height:30px;
}
.productList ul li dt{
	width:165px;
	height:130px;
	float:left;
	margin-right:15px;
}
.productList strong{
	font-size:16px;
	font-weight:bold;
	font-family:"微软雅黑";
	line-height:35px;
}
.downloadList tr{
	background: #fff;
}
.downloadList th,.downloadList td{
	height: 35px;
	padding: 0 15px;
	vertical-align: middle;
}
.downloadList{
	background-color: #E6E6E6;
} 
.downloadList thead tr{
	background:#E6E6E6;
	color:#298592;
	font-family:"微软雅黑";
	font-size:16px;
	font-weight:bold;
}
.tabTitle li{
	float:left;
	padding:10px 20px;
	color:#fff;
	cursor:pointer;
}
.tabTitle{
	background:#298592;
}
.tabContent{
	padding:20px;
}
.tabContent li{
	display:none;
}
.tabTitle li.currentTab{
	background:#B9AF3E;
}
.productTitle{
	text-align:center;
	line-height:60px;
	color:#298592;
	font-size:20px;
	font-weight:bold;
	font-family:"微软雅黑";
}
.articlebook{
	margin-top:15px;
	line-height:30px;
	border-top:1px solid #E6E6E6;
}
.info{
	margin-bottom:15px;
	border-bottom:1px solid #E6E6E6;
}
a:hover{
	color:#298592;
}
.w230{
	width:230px;
}
.productTit{
	font-size:16px;
	font-weight:bold;
	color:#298592;
	line-height:45px;
	font-family:"微软雅黑";
	font-style:italic;
	background:#F5F5F5;
	padding-left:10px;
}
.productCat ul li{
	line-height:40px;
	border-bottom:1px dotted #e0e0e0;
	padding-left:10px;
	
}
.productCat ul li a{
	padding-left:15px;
	background:url(../images/dotted.png) no-repeat left center;
} 
.newsIndex{
	width:300px;
	float:left;
}
.newsIndexContent{
	height:290px;
	overflow:hidden;
}
.newsIndexContent ul li{
	background:#efefef;
	padding:6px 10px;
	height:85px;
}
.newsIndexContent ul li dt{
	line-height:35px;
	font-weight:bold;
	font-size:15px;
}
.newsIndexContent ul li dd{
	line-height:25px;
}
.newsIndexContent ul li dt a{
	color:#2D748B;
}
.newsIndexContent ul li dt a:hover{
	color:#71AC1C;
}
#more a{
	padding:0;
	width:50px;
	text-align:center;
	background:#222222;
	font-size:12px;
	font-style:italic;
}